Prevent double-free after 8b5d30d43.
authorJohn Ralls <jralls@ceridwen.us>
Wed, 24 Dec 2014 20:50:57 +0000 (12:50 -0800)
committerJohn Ralls <jralls@ceridwen.us>
Wed, 24 Dec 2014 20:50:57 +0000 (12:50 -0800)
modules/input/imquartz.c

index c80e0cb19aa3964ef53582da385227bebf6a7b20..fa2afd3f813e13757e6753a6c60b78d4ec3cee21 100644 (file)
@@ -172,9 +172,6 @@ output_result (GtkIMContext *context,
         retval = TRUE;
     }
 
-  g_free (fixed_str);
-  g_free (marked_str);
-
   return retval;
 }